home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / CmdBgnpoly.m < prev    next >
Text File  |  1991-09-17  |  161b  |  14 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "CmdBgnpoly.h"
  5.  
  6. @implementation CmdBgnpoly
  7. - initCmd
  8. {
  9.   [super init];
  10.   command="bgnpoly";
  11.   return self;
  12. }
  13. @end
  14.